@charset "UTF-8";
/* CSS Document */

.header_bg{
  height: 70px;
  background-color: #fff;
}
.section-title{
  padding: 50px 50px 0;
  max-width: 1240px;
 margin: 0 auto;
}
.section-title h2{
  font-size: 7.0rem;
}
.section-title h6{
  margin-top: 10px;
  border-bottom: solid 1px #000;
}
.section-text{
  padding: 85px 100px 130px;
  max-width: 1140px;
  margin: 0 auto;
}
.section-text p{
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 20px;
}
@media(max-width:970px){
  .header_bg{
    height: 50px;
  }
  .section-title{
  padding: 50px 20px 0;
}
.section-title h2{
  font-size: 4.0rem;
  line-height: 4.0rem;
}
.section-title h6{
  margin-top: 5px;
}
.section-text{
  padding: 45px 20px 130px;
}
.section-text p{
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-bottom: 20px;
}
}